+Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
+
+ * NEWS: updates for 1.3.7 release.
+
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
+
+ * NEWS: updates for 1.3.7 release.
+
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
+
+ * NEWS: updates for 1.3.7 release.
+
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
+
+ * NEWS: updates for 1.3.7 release.
+
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
+
+ * NEWS: updates for 1.3.7 release.
+
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
+
+ * NEWS: updates for 1.3.7 release.
+
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
+
+ * NEWS: updates for 1.3.7 release.
+
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+Overview of Changes in GTK+ 1.3.7
+
+* Many Pixbuf (loader) improvements
+* Added publically installed utility gdk-pixbuf-csource to generate
+ inlined pixbufs in C source code
+* New/improved stock icons
+* Code and API rework for window resizing
+* Converted accel groups to GObject
+* More property support improvements
+* Disentangled child visability from MAPPED state
+* Plug/Socket improvements and port to the XEMBED protocol
+* Added priorities for styles in RC files
+* Made GdkVisual and GdkDevice GObjects
+* Key binding improvements
+* Added GtkWidget::event-after signal since normal event handling
+ is now aborted as soon as a handler returned TRUE
+* Dnd fixes and improved icon support
+* Removed GtkPacker widget
+* Nuked remaining GtkArg cruft, implemented container/child
+ properties
+* Added sorting/eordering for tree view
+* Added window grab groups
+* Many frame buffer improvements
+* Many UTF8/locale fixes
+* Miscellaneous bug and API fixes
+
Overview of Changes in GTK+ 1.3.6
=================================
@a:
+<!-- ##### USER_FUNCTION GValueCompareFunc ##### -->
+<para>
+
+</para>
+
+@a:
+@b:
+@Returns:
+
<!-- ##### ARG GtkAccelLabel:accel-widget ##### -->
<para>
The widget whose accelerators are to be shown by the #GtkAccelLabel.
@Returns:
+<!-- ##### FUNCTION gtk_text_buffer_paste_primary ##### -->
+<para>
+
+</para>
+
+@buffer:
+@override_location:
+@default_editable:
+
<!-- ##### FUNCTION gtk_text_iter_reorder ##### -->
<para>
@window:
@Returns:
+<!-- ##### FUNCTION gtk_window_get_resizeable ##### -->
+<para>
+
+</para>
+
+@window:
+@Returns:
+
<!-- ##### FUNCTION gtk_window_set_decorations_hint ##### -->
<para>
@window:
@functions:
+<!-- ##### FUNCTION gtk_window_set_resizeable ##### -->
+<para>
+
+</para>
+
+@window:
+@setting:
+@resizeable:
+
#GtkRcStyle structures to form a #GtkStyle.
</para>
+@parent_instance:
@name:
@bg_pixmap_name:
@font_desc:
</para>
@buffer:
+@clipboard:
+@override_location:
@default_editable:
<!-- # Unused Parameters # -->
@time:
</para>
@buffer:
+@clipboard:
<!-- ##### FUNCTION gtk_text_buffer_cut_clipboard ##### -->
</para>
@buffer:
-@default_editable:
-
-
-<!-- ##### FUNCTION gtk_text_buffer_paste_primary ##### -->
-<para>
-
-</para>
-
-@buffer:
-@override_location:
+@clipboard:
@default_editable:
@parent:
-<!-- ##### USER_FUNCTION GValueCompareFunc ##### -->
-<para>
-
-</para>
-
-@a:
-@b:
-@Returns:
-
-
<!-- ##### FUNCTION gtk_tree_model_sort_new ##### -->
<para>
@sort_list:
@order:
@column_headers:
+@default_sort_func:
+@default_sort_data:
+@default_sort_destroy:
<!-- ##### FUNCTION gtk_tree_store_new ##### -->
<para>
it's larger
-<!-- ##### FUNCTION gtk_window_set_resizeable ##### -->
-<para>
-
-</para>
-
-@window:
-@setting:
-<!-- # Unused Parameters # -->
-@resizeable:
-
-
-<!-- ##### FUNCTION gtk_window_get_resizeable ##### -->
-<para>
-
-</para>
-
-@window:
-@Returns:
-
-
<!-- ##### FUNCTION gtk_window_add_accel_group ##### -->
<para>
+Tue Sep 4 03:09:52 2001 Tim Janik <timj@gtk.org>
+
+ * gdk-pixbuf-csource.1: new file, manual page for
+ the publically installed gdk-pixbuf-csource utility.
+
Thu Aug 30 08:30:03 2001 Matthias Clasen <matthiasc@poet.de>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Propagate
gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c
gdk_pixbuf_csource_LDADD = $(LDADDS)
+#
+# manual pages to install
+#
+man_MANS = gdk-pixbuf-csource.1
+EXTRA_DIST += gdk-pixbuf-csource.1
+
#
# The GdkPixBuf library
--- /dev/null
+.TH GDK-PIXBUF-CSOURCE 1 "04 Sep 2001"
+.SH NAME
+gdk-pixbuf-csource \- C code generation utility for GdkPixbuf images
+.SH SYNOPSIS
+
+\fBgdk-pixbuf-csource\fP [\fIoptions\fP] [\fIimage\fP]
+.br
+\fBgdk-pixbuf-csource\fP [\fIoptions\fP] \fI--build-list\fP [[\fIname image\fP]...]
+
+.SH DESCRIPTION
+\fBgdk-pixbuf-csource\fP is a small utility that generates C code containing
+images, usefull for compiling images directly into programs.
+
+.SH INVOCATION
+
+\fBgdk-pixbuf-csource\fP either takes as input one image file name to generate code
+for, or, using the \fI--build-list\fP option, a list of (\fIname\fP, \fIimage\fP)
+pairs to generate code for a list of images into named variables.
+
+.SS Options
+.TP
+\fI--stream
+Generate pixbuf data stream (a single string containing a serialized
+GdkPixdata structure in network byte order).
+
+.TP
+\fI--struct
+Generate GdkPixdata structure (needs the GdkPixdata structure definition from
+gdk-pixdata.h).
+
+.TP
+\fI--macros
+Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and
+*_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image.
+
+.TP
+\fI--rle
+Enables run length encoding for the generated pixel data (default).
+
+.TP
+\fI--raw
+Disables run length encoding for the generated pixel data (default).
+
+.TP
+\fI--extern
+Generate extern symbols.
+
+.TP
+\fI--static
+Generate static symbols (default).
+
+.TP
+\fI--decoder
+Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition
+to decode run-length encoded image data.
+
+.TP
+\fI--name=identifier
+Specifies the identifier name (prefix) for the generated variable or
+macros (usefull only if \fI--build-list\fP was not specified).
+
+.TP
+\fI--build-list
+Enables (\fIname\fP, \fIimage\fP) pair parsing mode.
+
+.TP
+\fI-h, --help\fP
+Print brief help and exit.
+
+.TP
+\fI-v, --version\fP
+Print version and exit.
+
+.TP
+\fI--g-fatal-warnings
+Make warnings fatal (causes the program to abort).
+
+.PP
+
+.SH SEE ALSO
+The \fIGdkPixbuf\fP documentation, shipped with the \fIGtk+\fP distribution,
+available from \fIhttp://www.gtk.org\fP.
+
+.SH BUGS
+None known yet.
+
+.SH AUTHOR
+.B gdk-pixbuf-csource
+was written by Tim Janik <timj@gtk.org>.
+.PP
+This manual page was provided by Tim Janik <timj@gtk.org>.